/* VLKAISER PHOTOGRAPHY 10272019 */

/* color palette deep
-- #010326
-- #D9BD6A
-- #A6763C
-- #262626
-- #0D0D0D
*/

/* Fonts */

@font-face {
  font-family: Orbitron;
  src: url(../fonts/orbitron/Orbitron-Regular.ttf);
}

@font-face {
    font-family: SourceSansPro;
    src: url(../fonts/sourcesanspro/sourcesanspro-regular.ttf);
  }

@font-face {
  font-family: CoveredByYourGrace;
  src: url(../fonts/CoveredByYourGrace-Regular.ttf);
}


  p, a, ul, li, h1, h2, h3, h3, h4, h5, .title-bar-title {
    font-family: SourceSansPro, Verdana;
  }

  p {
    font-size: 1.2em;
  }

  h1, h2, h3, h4, h5 {
    font-family: Orbitron, sans-serif;
  }

  .main-hero {
    padding: 100px;
  }

  .services {
    background-color:#fff;
    color:#010326;
  }

  .services p span {
    font-family: CoveredByYourGrace, Verdana;
    font-size: 18px;
  }

  .services p span:nth-child(odd) {
    font-size: 20px;
    margin: 20px;
    color: #A6763C;
  }

  .services p span:nth-child(even) {
    font-size: 2em;
    }
  
  .page-title {
    padding: 10px 0;
    color: #D9BD6A;
    font-size: 2rem;
  }

  .footer p, .footer a {
    font-family: Orbitron, sans-serif;
    font-size: medium;
  }

  .footer a:hover {
    color: #fff;
  }

  .footer-logo {
    height: 250px;
  }

  .nav-bar {
    height: 75px;
    margin-bottom: 0;
  }
  
  .nav-bar a, .offcanvas-trigger-text {
    font-family: Orbitron, sans-serif;
    text-transform: uppercase;
  }

  .multilevel-offcanvas .social-links .fa {
    font-size: 1.33333333em;
}

  .hero-full-screen {
    height: 100vh;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    
    background-size: cover;
    opacity: 0.8;
  }

.hero-full-screen-vlk {
  background: url("../img/mshero8.jpg") center center no-repeat;
}

.hero-mobile {
  display: none;
  
}

@media screen and (max-width: 480px) {
    .hero-full-screen {
        display: none;
    }

    .hero-mobile {
      display: block;
    }

    .hide-at-start {
      display: none;
    }

    .main-hero {
      padding: 25px;
    }

    .vlk-cta {
      display:grid !important;
    }
}

body {
    background-color: #0D0D0D;
    color: #fff;
}

.booking {
  padding: 50px;
  text-align: center;
  background-color: #fff;
  color: #000;
}

.vlk-cta .button {
  background-color: #010326;
  border: 1px solid #fff;
  font-size: x-large;
}

.vlk-cta .button:hover {
  background-color: #fff;
  color: #000;
  border: 1px solid #010326;
}

.vlk-cta .main .button {
  background-color: #010326;
  font-size: x-large;
}

.footer {
  background: #000;
  padding-top: 30px;
}

.footer .social-media a{
  margin-right:10px;
}

#cpDate {
  font-size: small;
  text-align: center;
}

.m-vertical p {
  margin-left: 10px;
}

.off-canvas {
    background-color: #0a0a0a;
    color: #fff;
}

.column {
    width: 100%;
    float: left;
    padding: 4px !important; 
}

@media print, screen and (min-width: 40em) {
  .grid-padding-x>.cell {
      padding-right: 0.2375rem;
      padding-left: 0.2375rem;
  }
}

.grid-padding-x>.cell {
  padding-right: 0.215rem;
  padding-left: 0.215rem;
}

.side img {
        border-radius: 5px;
}


.footer .grid-x {
  margin-bottom: 10px;
}

.grid-x img {
    margin-bottom: 8px;
}

.nav-bar-logo, .nav-bar-logo:hover {
    color: #fff;
}

.footer ul, .footer a, .footer .fa, .footer p {
    color: #8a8a8a;
}

.footer .fa:hover {
  color: #fff;
}

/* Stick Social Bar */
.sticky-social-bar {
    padding: 0;
    margin: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 11.25rem;
    background-color: #333333;
    position: fixed;
    left: -8.75rem;

  }

  .social-bar-home {
    display: none;
  }
  
  .sticky-social-bar .social-icon {
    list-style-type: none;
    color: #fefefe;
    background-color: inherit;
    margin: 0;
    transition: all 0.3s ease-in-out;
    cursor: pointer;
    font-size: 1.1rem;
    padding: 0.25rem 0.25rem 0.5rem;
  }
  
  .sticky-social-bar .social-icon:first-of-type {
    padding-top: 0.375rem;
  }
  
  .sticky-social-bar .social-icon:last-of-type {
    padding-bottom: 0.625rem;
  }
  
  .sticky-social-bar .social-icon > a {
    color: inherit;
    background-color: inherit;
  }
  
  .sticky-social-bar .social-icon > a > .fa {
    padding: 0.5rem;
    width: 2rem;
    height: 2rem;
    float: right;
    margin-left: 0.5rem;
  }

  .sticky-social-bar .social-icon > a > .fa.fa-envelope-o{
    color: gold;
    background-color: #000;
  }

  .sticky-social-bar .social-icon > a > .fa.fa-times {
    background-color: #2d2d2d;
  }

  .sticky-social-bar .social-icon > a > .fa.fa-facebook {
    background-color: #3b5998;
  }
  
  .sticky-social-bar .social-icon > a > .fa-brands.fa-x-twitter {
    background-color: #000;
  }
  
  .sticky-social-bar .social-icon > a > .fa.fa-linkedin {
    background-color: #007bb5;
  }

  .sticky-social-bar .social-icon > a > .fa-brands.fa-tiktok {
    background-color: #000;
  }
 
  .sticky-social-bar .social-icon > a > .fa.fa-shopping-cart {
    background-color: #000;
  } 

  .sticky-social-bar .social-icon > a > .fa.fa-youtube {
    background-color: #bb0000;
  }
  
  .sticky-social-bar .social-icon > a > .fa.fa-instagram {
    background: #f09433; 
    background: -moz-linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%); 
    background: -webkit-linear-gradient(45deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%); 
    background: linear-gradient(45deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%); 
  }
  
  .sticky-social-bar .social-icon > a > .fa.fa-pinterest-p {
    background-color: #cb2027;
  }
  
  .sticky-social-bar .social-icon > a > .social-icon-text {
    font-size: 80%;
    color: #fefefe;
    text-transform: uppercase;
    margin-right: 0.5rem;
  }
  
  .sticky-social-bar .social-icon:hover {
    -webkit-transform: translateX(8.75rem);
        -ms-transform: translateX(8.75rem);
            transform: translateX(8.75rem);
  }
  
  @media screen and (max-width) {
    .sticky-social-bar .social-icon:hover {
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
      }
  }
  
  .sticky-social-bar .social-icon:hover > a {
    color: inherit;
    background-color: inherit;
  }
  
  .footer-lead {
    margin-right: 20px;
  }

  .email-vlk {
    text-decoration: none;
    color: inherit;
    border-bottom: 1px solid black;
  }

  .email-vlk:hover {
    color:#000;
  }

:focus {
  outline: none;
}


/* Pages */
  /* About */
  /*
  .about {
    background: #fff;
    color: #000;
  }
  */

  .hide-on-large {
    display: none;
  }

  @media screen and (max-width: 480px) {
    .hide-on-large {
      display: contents;
    }
  }

  /* Contact */
  .contact-form iframe{
    min-height: 800px;
  }

  @media screen and (max-width: 480px) {
    .contact-form iframe{
      min-height: 500px;
    }
  }

  .contact-img img{
    border-radius: 5px;
  }


  #backToTop {
    display: none;
    position: fixed;
    bottom: 20px;
    right: 30px;
    z-index: 99;
    font-size: 18px;
    border: none;
    outline: none;
    background-color: #fff;
    color: #000;
    cursor: pointer;
    padding: 15px;
    border-radius: 4px;
    opacity: 0.4;
  }
  
  #backToTop:hover {
    background-color: #000;
    color:#fff;
    opacity: 1;
  }

  #siteseal img {
    opacity: 0.5;
  }

  /* faq */
  .q {
    font-weight: 700;
    font-size: 110%;
  }
  
  .faqquestion {
    font-weight: 600;
  }

  .faqanswer {
    font-size: 90%;
    color: #333333;
    font-weight: 100;
  }

  .faqanswer a {
    color: #333333;
    border-bottom: 1px solid #000;
  }

  .callout {
    border-radius: 5px;
  }

  .portfolio-card:hover {
    opacity: 0.5;
    transition: .2s ease;
  }

  .portfolio-page .card-section {
    min-height: 125px;
  }


  .portfolio-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

.portfolio-card {
  position: relative;
  display: block;
  overflow: hidden;
  aspect-ratio: 4 / 5;
  text-decoration: none;
  background: #111;
  margin-bottom: 10px;
}

.portfolio-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.4s ease;
}

.portfolio-overlay {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;

  background: rgba(0, 0, 0, 0.35);
  color: #fff;
  padding: 20px;
  transition: background 0.4s ease;
}

.portfolio-overlay h2 {
  margin: 0;
  font-size: clamp(1.5rem, 3vw, 2.75rem);
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.portfolio-card:hover img {
  transform: scale(1.05);
}

.portfolio-card:hover .portfolio-overlay {
  background: rgba(0, 0, 0, 0.55);
}

  .card, .card-divider {
    background-color:inherit;
    color: #fff;
    border:none;
  }

  .back-to-port a {
    color: #fff;
    border-bottom: 1px solid #e9e9e9;
    transition: all .1s linear .1s;
  }

  .filter-button {
    background-color: transparent;
    border: 1px solid #fff;
  }

  .filter-button:hover, .filter-button:focus {
    background-color: #fff;
    color: #000;
  }

.dropdown-pane {
  background-color: #000;
}

  .filters ul {
    list-style-type: none;
  }

  .filters li {
    cursor: pointer;
    padding: 5px 10px;
  }

  .filters li:hover, .selected-filter {
    background-color: #fff;
    color: #000;
  }

  .multilevel-offcanvas .menu a {
    color: #fff;
  }

  .menu li {
    margin: 5px 0;
    font-size: 20px;
}

.google-form-wrapper {
  max-width: 900px;
  margin: 0 auto;
}

.form-loading {
  text-align: center;
  padding: 30px 20px;
  font-size: 15px;
  color: #777;
}

.accordion-title {
  font-size: 1.25rem;
  color: #010326;
}

.accordion-title:focus, .accordion-title:hover {
    background-color: #000;
    color: #fff;
}

.accordion-content {
  background-color: #f1f1f1;
}
.accordion-content p {
  /* font-family: CoveredByYourGrace, Verdana; */
}

@media (max-width: 900px) {
  .portfolio-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 600px) {
  .portfolio-grid {
    grid-template-columns: 1fr;
  }
}